home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / gord.zip / README.SM < prev    next >
Text File  |  1993-02-01  |  7KB  |  156 lines

  1.                             ScanMate Version 2.01
  2.  
  3.  
  4. Disk contents:
  5. ==============
  6.  
  7.     README.SM       This File
  8.     
  9.     HHSCAND.SYS     DOS Scanner driver
  10.  
  11.     SCAN.EXE        DOS Scan utility
  12.  
  13.     SCANINST.EXE    Installation files
  14.     SCANINST.HLP
  15.     SCANINST.LST
  16.     SCANINST.TXT
  17.  
  18.     @6DAC.ADF       Setup file for computers using Micro Channel 
  19.                     Architecture
  20.  
  21.  
  22.                         ---page down for more---                   1 of 7
  23. TECHNICAL NOTES:
  24. ================
  25.  
  26. 1 - USING THE SCANMAN SCANNER WITH/WITHOUT AN INTERRUPT (IRQ)
  27. We strongly recommend that you specify an IRQ setting for your scanner 
  28. during installation or setup. If you select the "No Interrupt" option
  29. you won't be able to scan from Ansel or DOS Scan utility; you won't have real
  30. time display when you scan from the PaintShow, and the scan
  31. on the PaintShow auxiliary screen will be disabled.
  32.  
  33. 2 - AT SYSTEMS, INTERRUPTS 11 & 12
  34.  
  35. When using the ScanMan on an AT style computer with interrupt 11 or 12,
  36. the ScanMan controller board must be plugged into an expansion slot
  37. with a 16-bit bus connector. The 16-bit bus connector has two card
  38. connectors, whereas the 8-bit connector has only one.
  39.  
  40. 3 - KNOWN PROBLEMS WITH SPECIFIC SYSTEMS
  41.  
  42. Tandy 1000SX, 1000TX - ScanMan scanner will not function properly on  
  43. earlier models of these systems due to conflicts in hardware configuration.
  44.  
  45.                         ---page down for more---                   2 of 7
  46. Tandy 1000SL, 1000TL - The Tandy 1000xL line has a sound chip that uses DMA 
  47. channel 1. If the system has no hard drive, then the ScanMan scanner can be 
  48. configured to use DMA 3, otherwise the sound chip will be disabled when 
  49. using the scanner on DMA 1.
  50.  
  51. Dell systems - ScanMan may not work properly on Dell systems at lower
  52. system CPU speeds.  Set the system CPU to its highest speed and ScanMan
  53. should work properly.
  54.  
  55. IBM PS/1 - By factory default, the PS/1 reads the CONFIG.SYS file from ROM.
  56. In order to activate the scanner driver, the system must boot the 
  57. CONFIG.SYS file from the hard drive. Please refer to your PS/1 
  58. documentation on customizing how your system starts. IRQ's 4 and 12 can not
  59. be used for the scanner board because these are already being used by the
  60. system for the mouse and modem. 
  61.  
  62. 8 - SCANNING SPEED INDICATIOR
  63.  
  64. The speed indicator on the scanner head is an indication of scanning speed
  65. relative to the internal clock of the scanner head. This is completely 
  66. independant of the disk access speed. Please make sure that your scanning 
  67.                         ---page down for more---                   3 of 7
  68. does not get too far ahead of the real time display.
  69.  
  70. 4 - DOS SCAN SOFTWARE
  71.  
  72. Since DOS Scan swaps data to disk, you can improve the speed of your scan
  73. if you have a RAM disk (Please refer to your DOS manual about setting up a
  74. RAM drive).  For example, if you configured a RAM disk as f: with the
  75. following statement:     SET TEMP=F:\
  76.     
  77. the DOS Scan utility will swap data to your RAM disk as you are scanning.
  78.  
  79.     NOTE:    Ansel does not need a RAM disk, therefore if you plan 
  80.              on doing most of your scanning in Ansel we recommend not 
  81.              using a RAM disk.
  82. Make sure TEMP is set to a valid disk or directory. If the TEMP directory
  83. does not exist, the DOS SCAN utility will clear the screen and display the
  84. error message:  CANNOT SWAP ON THE DISK
  85.  
  86. To correct this, set the TEMP directory to a valid directory (for example
  87. SET TEMP=C:\), or remove the TEMP directory entry by typing SET TEMP=
  88.  
  89.                         ---page down for more---                   4 of 7
  90. If you have trouble with your display, you can set the video mode by typing:
  91.  
  92.                                    Resolution     Number of gray shades
  93.         SET GRAFMODE=VGACOL        (640 x 480)            16
  94.                      EGACOL        (640 x 350)             4
  95.                      VGABW         (640 x 480)             2
  96.                      EGABW         (640 x 350)             2
  97.                      HERCULES      (720 x 348)             2
  98.                      CGABW         (640 x 200)             2
  99.                      COMPAQ        (640 x 400)             2
  100.                      HPVECTRA      (640 x 400)             2
  101.                      NCR           (640 x 400)             2
  102.                      OLIVETTI      (640 x 400)             2
  103.                      TOSHIBA       (640 x 400)             2
  104. The numbers in parenthesis denote the screen resolution.  Number of gray
  105. shades gives you the number of different gray shades you can obtain.These
  106. should not be typed as part of the SET command.
  107.  
  108. 5 - SCANMAN TOOLKIT
  109.  
  110. There is a toolkit for ScanMan available through Logitech's Technical
  111.                         ---page down for more---                   5 of 7
  112. Support.  The toolkit contains a driver for the ScanMan scanner, for both
  113. DOS and OS/2, and the information and routines necessary to interface with
  114. the driver using Logitech's Modula-2, Microsoft C, and Assembly.  However
  115. the toolkit DOES NOT contain information on the file formats supported by
  116. our applications.  That information can be obtained from the companies that
  117. developed them:
  118.  
  119.         TIFF      - Aldus Corporation 
  120.         PCX       - ZSoft Corporation
  121.         MSP, BMP  - Microsoft Corporation
  122.         IMG       - Digital Research, Inc.
  123.         EPS       - Adobe Systems, Inc.
  124.  
  125. 7 - SCANNING FROM WITHIN FINESSE
  126.  
  127. When scanning from within Finesse, please make sure that your scanner head
  128. is set to line art mode only.
  129.  
  130. 6 - SCANNING FROM PAINTSHOW PLUS
  131.  
  132. When scanning from within PaintShow Plus, the scanner must be set to line 
  133.                         ---page down for more---                   6 of 7
  134. art mode only. If you have problems and your scanner is set to line art 
  135. mode, go to SETUP SCAN and click on DEFAULT.
  136.  
  137. 9 - DOS SCAN UNDER DOS BOX
  138. You should not use Dos Scan under any operating environment other than 
  139. DOS.  Do not run Dos Scan within a dos box (like Windows 3.0).
  140.  
  141. 10 - DISK COMPRESSION UTILITIES
  142. If you are running Disk Compression Utilities such as STACKER, you may 
  143. experience some difficulties in using scanner applications. We recommend that 
  144. you disable the disk compression utilities when using the scanner. 
  145.  
  146. 11 - LOADING HHSCAND.SYS IN UPPER MEMORY
  147. Loading the scanner driver in upper memory is not recommended. If you are
  148. experiencing difficulties, please load the driver in conventional DOS
  149. memory (below 640k).
  150.  
  151.  
  152.  
  153.  
  154.  
  155.                         ---End of Readme file---
  156.